const crypto/tls.ticketKeyRotation

3 uses

	crypto/tls (current package)
		common.go#L842: 	ticketKeyRotation = 24 * time.Hour
		common.go#L986: 	if len(c.autoSessionTicketKeys) > 0 && c.time().Sub(c.autoSessionTicketKeys[0].created) < ticketKeyRotation {
		common.go#L996: 	if len(c.autoSessionTicketKeys) == 0 || c.time().Sub(c.autoSessionTicketKeys[0].created) >= ticketKeyRotation {